diff options
| author | joonhoekim <26rote@gmail.com> | 2025-07-02 00:17:29 +0000 |
|---|---|---|
| committer | joonhoekim <26rote@gmail.com> | 2025-07-02 00:17:29 +0000 |
| commit | 6a9ca20deddcdcbe8495cf5a73ec7ea5f53f9b55 (patch) | |
| tree | f48f3a84174f0be560fdf5ed7797fffd8a412a91 /app/[lng]/evcp/(evcp)/pq/page.tsx | |
| parent | 4fb273b7fc85352183113f1240fc33f7d6c98328 (diff) | |
| parent | cee824301521c181000d501c0236db99079bbae4 (diff) | |
(merge) merged local commits
Diffstat (limited to 'app/[lng]/evcp/(evcp)/pq/page.tsx')
| -rw-r--r-- | app/[lng]/evcp/(evcp)/pq/page.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/[lng]/evcp/(evcp)/pq/page.tsx b/app/[lng]/evcp/(evcp)/pq/page.tsx index 02cb621e..da123ce2 100644 --- a/app/[lng]/evcp/(evcp)/pq/page.tsx +++ b/app/[lng]/evcp/(evcp)/pq/page.tsx @@ -37,7 +37,7 @@ export default async function IndexPage(props: IndexPageProps) { <h2 className="text-2xl font-bold tracking-tight"> Pre-Qualification Review </h2> - <InformationButton pageCode="evcp/pq" /> + <InformationButton pagePath="evcp/pq" /> </div> <p className="text-muted-foreground"> 벤더가 제출한 PQ를 확인하고 수정 요청 등을 할 수 있으며 PQ 종료 후에는 통과 여부를 결정할 수 있습니다. |
